@charset "UTF-8";
body {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #FFFFFF;
  color: #444444;
  line-height: 1.45;
}

a {
  text-decoration: none;
}

.sub-fv {
  width: 100%;
  height: 500px;
  background-image: url(../../images/oheya-header.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.sub-fv_dishes {
  background-image: url(../../images/menu-header.jpg);
}
.sub-fv_onsen {
  background-image: url(../../images/onsen-header.jpg);
}
.sub-fv__ttl {
  font-weight: 800;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 500px;
}

.content {
  width: 100%;
  padding: 30px 20px 66px;
}
@media screen and (max-width: 768px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.content__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.content__topic_subpage {
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .content__topic_subpage {
    margin-left: 20px;
  }
}
.content__description {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 32px;
  margin-bottom: 68px;
}
@media screen and (max-width: 576px) {
  .content__description {
    font-size: 3vw;
    font-weight: 800;
  }
}
.content-box {
  width: 100%;
  height: 438px;
  position: relative;
  margin-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .content-box {
    height: auto;
  }
}
.content-box__thumbnail {
  width: 44.49%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .content-box__thumbnail {
    position: static;
    width: 100%;
  }
}
.content-box__thumbnail_reverse {
  right: 0;
  left: auto;
}
.content-box__txt-box {
  position: absolute;
  width: 68.9%;
  background-image: url(../../images/stonelike-bg.jpg);
  background-position: center;
  background-size: cover;
  right: 0;
  bottom: 0;
  z-index: -1;
  padding-left: min(238px, 200px - (1180px - 100vw) * 0.1339);
  padding-top: 60px;
  padding-right: 73px;
  padding-bottom: 66px;
}
.content-box__txt-box_menu-01 {
  padding-right: 40px;
}
.content-box__txt-box_menu-03 {
  padding-right: 159px;
}
@media screen and (max-width: 1200px) {
  .content-box__txt-box {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .content-box__txt-box {
    padding-left: 30px;
    position: static;
    width: 100%;
  }
}
.content-box__txt-box_br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .content-box__txt-box_br {
    display: inline;
  }
}
.content-box__txt-box_ib {
  display: inline-block;
}
.content-box__txt-box_reverse {
  left: 0;
  right: auto;
  padding-left: 60px;
}
.content-box__txt-box_reverse-menu {
  padding-right: min(170px, 170px - (1180px - 100vw) * 0.1339);
}
@media screen and (max-width: 768px) {
  .content-box__txt-box_reverse-menu {
    padding-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .content-box__txt-box_reverse {
    padding-left: 30px;
  }
}
.content-box__txt-box__ttl {
  font-weight: 500;
  font-size: 24px;
  color: #444444;
  line-height: 24px;
  margin-bottom: 52px;
}
@media screen and (max-width: 992px) {
  .content-box__txt-box__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .content-box__txt-box__ttl {
    font-size: 21px;
    line-height: 34.8px;
    margin-bottom: 20px;
  }
}
.content-box__txt-box__description {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 32px;
  margin-bottom: 52px;
}
@media screen and (max-width: 992px) {
  .content-box__txt-box__description {
    margin-bottom: 30px;
  }
}
.content-box__txt-box__txt {
  font-weight: 500;
  font-size: 14px;
  color: #444444;
  line-height: 21px;
}
.content__effect {
  margin-top: 156px;
  margin-bottom: 30.5px;
  text-align: center;
  padding-top: 93px;
  padding-bottom: 76.5px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 576px) {
  .content__effect {
    margin-top: auto;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
  }
}
.content__effect-ttl {
  font-weight: 500;
  font-size: 26px;
  color: #444444;
  line-height: 26px;
}
.content__effect__inner {
  max-width: 880px;
  margin-top: 54px;
  border-top: 1px solid #E7E7E7;
  margin-left: auto;
  margin-right: auto;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .content__effect__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.content__effect-box {
  padding: 13px 0;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
}
.content__effect-box__ttl {
  font-weight: 500;
  font-size: 15px;
  color: #444444;
  width: 25%;
}
.content__effect-box__discription {
  font-weight: 500;
  font-size: 15px;
  color: #444444;
  width: 75%;
}

.ib {
  display: inline-block;
}/*# sourceMappingURL=subpage.css.map */